CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - opencv 运动 跟踪

搜索资源列表

  1. cbMotion

    1下载:
  2. 室内目标跟踪的项目,先是包括光照补偿和阴影去除的图像处理,再就是稍微修改了下码书模板和运动模板,需要的话可以参考下。 本科毕业设计,基于VisualC++ 6.0和OpenCV 1.0。-ndoor target tracking project, first lumen compensation and shadow removal, image processing, then there are slightly modified under the code book temp
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2743325
    • 提供者:零崎影识
  1. MotionDetection

    0下载:
  2. 室内目标跟踪的项目,先是包括光照补偿和阴影去除的图像处理,再就是稍微修改了下码书模板和运动模板,内含毕设期间提交的代码、文档以及演示。需要的话可以参考下。 本科毕业设计,基于VisualC++ 6.0和OpenCV 1.0。-Indoor target tracking project, first lumen compensation and shadow removal, image processing, then there are slightly modified unde
  3. 所属分类:Special Effects

    • 发布日期:2017-05-27
    • 文件大小:10082792
    • 提供者:零崎影识
  1. camshift

    0下载:
  2. 在opencv开发环境下,用camshift进行运动目标跟踪-Under in opencv development environment, moving target tracking using camshift
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:1040093
    • 提供者:赵健乔
  1. IBaseonOpenCVn

    0下载:
  2. 在介绍Intel公司的开源OpenCV计算机视觉库的基础上,采用CAMSHIFT跟踪算法,实现运动目标跟踪,解决决了跟踪目标发生存在旋转或部分遮挡等复杂情况下的跟踪难题。实验结果表明该算法的有效性、优越性和可行性。 已通过测试。 -Based on the introduction of Intel' s open source OpenCV computer vision library, the CAMSHIFT tracking algorithm to achieve the
  3. 所属分类:OpenCV

    • 发布日期:2017-04-04
    • 文件大小:284757
    • 提供者:高尚
  1. LK_CV

    0下载:
  2. opencv中光流实现运动物体等跟踪,本程序用vs2010编写,LK算法-optical flow in opencv to achieve the tracking of moving objects, etc., the procedures used vs2010 to write, LK algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-05-24
    • 文件大小:8114919
    • 提供者:bbmmgg
  1. video-detection-motion-tracking

    0下载:
  2. VC编写,应用opencv开源库的视频运动目标跟踪程序,其算法是基于视频采集角点滤波-VC prepared the application opencv open source library of video moving target tracking procedures, the algorithm is based on the video capture corner filter
  3. 所属分类:Video Capture

    • 发布日期:2017-05-25
    • 文件大小:8593690
    • 提供者:eccrjbsat
  1. TImageIdeena

    0下载:
  2. OPENCV 目标识别 实现对三个运动目标的识别别跟踪-OPENCV ,经测试可直接使用。 -OPENCV target recognition is the identification of three moving targets do not track-OPENCV has been tested and can be used directly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-12
    • 文件大小:2683259
    • 提供者:
  1. ahumantraackc

    0下载:
  2. opencv实现的人体运动跟跟踪源码,简单易懂可直接使用。 -opencv realized human motion and tracking source, easy to understand can be used directly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:190732
    • 提供者:奖励
  1. VideoDetect

    0下载:
  2. 基于OpenCV的简易目标检测跟踪程序,能够实现对每帧视频的连续编号截图,可以实现键盘对视频播放的控制,能对每一视频帧生成包含运动目标区域的前景图像,采用某种策略实现对运动目标的跟踪,并用矩形框+编号将运动目标标出。-A simple target detection program base on OpenCV , which can numbered consecutively for each frame of video screenshots, keyboard control the
  3. 所属分类:OpenCV

    • 发布日期:2017-05-21
    • 文件大小:6152853
    • 提供者:肖帅
  1. Okalmanp

    0下载:
  2. 基于opencv的kalman滤波例子,利用kalmman滤波原理跟踪一个运动的点。, -Opencv kalman filter example to use kalmman filtering principle to track the point of a movement. ,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:3233
    • 提供者:xiying
  1. Smottiondeteep

    0下载:
  2. 运动物体跟踪,自动跟踪物体,此代码一种基于OOPENCV库,需要与OPENCV库的链接能使用 -Moving object tracking, automatic tracking of objects, can use this code based on OOPENCV library needs OPENCV link library
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:422498
    • 提供者:lenyuhai
  1. opencv_kalman

    1下载:
  2. 本次实验来源于opencv自带sample中的例子,该例子是用kalman来完成一个一维的跟踪,即跟踪一个不断变化的角度。在界面中表现为一个点在圆周上匀速跑,然后跟踪该点。看起来跟踪点是个二维的,其实转换成角度就是一维的了。 Kalman滤波理论主要应用在现实世界中个,并不是理想环境。主要是来跟踪的某一个变量的值,跟踪的依据是首先根据系统的运动方程来对该值做预测,比如说我们知道一个物体的运动速度,那么下面时刻它的位置按照道理是可以预测出来的,不过该预测肯定有误差,只能作为跟踪的依据。另一个依
  3. 所属分类:OpenCV

    • 发布日期:2016-12-01
    • 文件大小:339968
    • 提供者:wuwei
  1. Cvisiono

    0下载:
  2. 完整的运动物体检测与跟踪算法法。OPENCV实现 -Complete the moving object detection and tracking algorithm method. OPENCV achieve
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-19
    • 文件大小:3651259
    • 提供者:坚定
  1. Camshift2.0

    0下载:
  2. 基于opencv,结合背景差法和camshift算法实现对运动物体的检测与跟踪,毕设时做的,效果不错。-Based opencv, combined the background subtraction camshift algorithm detection and tracking of moving objects, the complete set up to do, good results.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-30
    • 文件大小:34555629
    • 提供者:王博
  1. camshift

    0下载:
  2. 在VS2008环境下,结合opencv 应用meanshift算法对运动目标进行跟踪,代码能正常运行-VS2008 environment, combined with opencv apply meanshift algorithm to track the moving target, the code to run correctly
  3. 所属分类:OpenCV

    • 发布日期:2017-11-25
    • 文件大小:5262336
    • 提供者:周景豪
  1. blobtrack

    0下载:
  2. 逐帧读取图像,实现运动物体的跟踪识别的opencv程序-Frame-by-frame to read the image, and tracking of moving objects recognition opencv program
  3. 所属分类:OpenCV

    • 发布日期:2017-11-28
    • 文件大小:6227
    • 提供者:sun
  1. moving-object--tracking

    1下载:
  2. opencv 视频中运动物体轮廓跟踪监测。-opencv moving object contour tracking and monitoring.
  3. 所属分类:OpenCV

    • 发布日期:2014-03-31
    • 文件大小:2525855
    • 提供者:宽宽
  1. BoostingTracker

    0下载:
  2. 基于OpenCV 1.0的BoostingTracker跟踪算法,包括算法核心代码和dll库文件,以及相关论文,适用于形变不大的运动目标跟踪。-Applicable to small deformation moving target tracking based the OpenCV 1.0 BoostingTracker tracking algorithm, including the the algorithm core code and dll library files, and r
  3. 所属分类:OpenCV

    • 发布日期:2017-11-07
    • 文件大小:11050845
    • 提供者:郑小超
  1. MeanShift_V1

    0下载:
  2. 基于opencv实现的meanshift算法,进行运动目标的跟踪-Moving target tracking opencv achieve meanshift algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-12-03
    • 文件大小:13720576
    • 提供者:wirelessflying
  1. 99262861DSP-C6000-DM642DEMO

    0下载:
  2. Opencv移植到DSP的代码,主要功能是视频监控,智能监控运动目标跟踪-Opencv transplant to the DSP code, the main function is to video surveillance, intelligent monitoring moving target tracking
  3. 所属分类:DSP program

    • 发布日期:2017-12-01
    • 文件大小:16259436
    • 提供者:chenguichun
« 1 2 ... 4 5 6 7 8 910 11 »
搜珍网 www.dssz.com